@charset "utf-8";
/* CSS Document */
/* 重置样式 start */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, fieldset, lengend, button, input, textarea, th, td,div,a{
	margin:0;padding:0;box-sizing: border-box;
}
ol, ul{
	list-style:none;
}
body, button, input, select, textarea{
	font: 14px/1.5 "Microsoft Yahei";
	color:#808080;
}
a{
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
address, cite, dfn, em, var,i {
	font-style: normal; /* 将斜体扶正 */
} 
img, input{
	border:0 none;
}
div, a{
	outline:none;
}

/* 重置样式 end */


/* 常用样式设置 start */
body{
	font: 14px/1.5 "Microsoft Yahei";
	color:#808080;
}
a:link{
	color:#666666;
}
a:visited{
	color:#666666;
}
a:hover{
	color:#00477f;
}
.hide{
	display:none;
}
.show{
	display:block;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
/* 常用样式设置 start */


























